home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Newletter PD Collection / Utilities / Compression / MACUUCODE 1.05 ƒ / MACUUCODE 1.05 / MACUUCODE 1.05.rsrc / TEXT_131_Unix - Mac.txt < prev    next >
Text File  |  1995-01-13  |  777b  |  11 lines

  1. Macintosh uses Carriage Returns as line separators when storing ASCII text files on disc.  Unix uses Linefeeds.
  2.  
  3. The Unix to Mac routine converts Linefeed characters to Carriage Returns.
  4.  
  5. The Mac to Unix routine converts Carriage Return characters to Linefeeds.
  6.  
  7. The PC to Mac routine is for files that have CR/LF pairs as line separators  (This is dependent on the PC program that created it) .  Such files usually have a square symbol at the beginning of each line.  When converted with the Unix to Mac routine, you get double-spaced lines.
  8.  
  9. The Mac to PC routine adds a LF after each CR so that PC programs can read Mac files (This is to some degree dependent on the PC program that is used to read the file).
  10.  
  11. The Single Space routine single spaces double-spaced Mac files.